Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / NamedObjectCollection<TItem,TContainer> Class / Count Property


In This Topic
    Count Property (NamedObjectCollection<TItem,TContainer>)
    In This Topic
    Gets the number of elements contained in the NamedObjectCollection<TItem,TContainer>.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As NamedObjectCollection(Of TItem,TContainer)
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}

    Property Value

    The number of elements contained in the NamedObjectCollection<TItem,TContainer>.
    See Also